Hi,
Using the Custom Incident Action, to send webhooks. I have noticed that incident details are not included into the webhook using this feature.
The tag event_details is empty:
"event": "incident.custom",
"contexts": [],
"event_details": {}
If you use the Generic V2 Webhook, that auto sends webhooks, the incident details are included.
"event": "incident.trigger",
"contexts": [],
"event_details": {
"description": "Mathias hoho"
In both instances “details_omitted”: false
Is this a bug?
Regards,
Mathias